home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20041116-20060924 / 000392_nospam@killspam.org_Thu Jul 27 16:14:02 2006.msg < prev    next >
Internet Message Format  |  2020-01-01  |  1KB

  1. Path: reader2.panix.com!reader1.panix.com!panix!news.linkpendium.com!news.linkpendium.com!newscon04.news.prodigy.net!prodigy.net!newshub.sdsu.edu!elnk-nf2-pas!newsfeed.earthlink.net!stamper.news.pas.earthlink.net!newsread1.news.pas.earthlink.net.POSTED!9477d3c5!not-for-mail
  2. From: <nospam@killspam.org>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: macro  assignment of cr / lf characters
  5. Lines: 16
  6. X-Priority: 3
  7. X-MSMail-Priority: Normal
  8. X-Newsreader: Microsoft Outlook Express 6.00.2900.2869
  9. X-RFC2646: Format=Flowed; Original
  10. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2869
  11. Message-ID: <g8exg.4261$bP5.559@newsread1.news.pas.earthlink.net>
  12. Date: Tue, 25 Jul 2006 01:06:20 GMT
  13. NNTP-Posting-Host: 24.148.161.57
  14. X-Complaints-To: abuse@earthlink.net
  15. X-Trace: newsread1.news.pas.earthlink.net 1153789580 24.148.161.57 (Mon, 24 Jul 2006 18:06:20 PDT)
  16. NNTP-Posting-Date: Mon, 24 Jul 2006 18:06:20 PDT
  17. Organization: EarthLink Inc. -- http://www.EarthLink.net
  18. Xref: panix comp.protocols.kermit.misc:15523
  19.  
  20. I've looked through the help and am (nearly) sure there's a way to do this, 
  21. but I haven't been able
  22. to figure out how to concatenate a variable with a linefeed or carriage 
  23. return in it...
  24.  
  25. i.e.
  26. assign foo bar
  27. assign foo bar\0x0D\0x0A
  28.  
  29.  
  30. yield the same results for \flength(\m(foo))
  31.  
  32. Should I put the lines I want in an array and write them to a tempfile 
  33. instead of attempting concatenation? 
  34.  
  35.